Overload | Description |
---|---|
BeDecoratedWith<TAttribute>(String,Object[]) | Asserts that the selected member is decorated with the specified TAttribute. |
BeDecoratedWith<TAttribute>(Expression<Func<TAttribute,Boolean>>,String,Object[]) | Asserts that the selected member is decorated with an attribute of type TAttribute that matches the specified isMatchingAttributePredicate. |